home *** CD-ROM | disk | FTP | other *** search
/ EDUCORP 8 / Educorp2Compilation.sit / educorp2 / Demos / TrapezeDemo / Trapeze Help.rsrc / HELP_2120_fill < prev    next >
Encoding:
Text File  |  1987-07-08  |  342 b   |  6 lines

  1. fill ( rows, columns, value* )
  2. fill a block with a value
  3.  
  4. rows—single number defining # of rows in result; columns—single number defining # of columns in result; value—optional single value to fill the block with.
  5.  
  6. fill creates a block sized rows by columns and filled with value if value is given, otherwise the block is filled with zeroes.